pass QStringViews by value, not const reference. (#724)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 27 Sep 2021 19:56:00 +0000 (13:56 -0600)
committerGitHub <noreply@github.com>
Mon, 27 Sep 2021 19:56:00 +0000 (13:56 -0600)
commit56f01d77615b83309fadc6a99ff04c7914102102
tree71c7798cb2f6ca8e6d65795c3223a1c86258c6b3
parent2be0ce7c28b1501a8ee992a21081541b3f294383
pass QStringViews by value, not const reference. (#724)

As recommended in the QStringView documentation.
gpx.cc
gpx.h
tef_xml.cc
xmlgeneric.cc